Flash-tool burning firmware

1、Download Flash Tools

Download URL:

image-20231114193421867

Unzip to get flash_download_tool, double-click to open it. Select the serial port to burn ESP32-S3. Click OK to open the burning tool.

image-20231114194008120

2、Configure the burning tool

Copy the compiled bin file from the project (take the main project as an example) to the bin folder of the flash-download-tool directory.

bin file path:

image-20240108115432227

In ‘SPIDownload’, select the firmware to be burned to ESP32S3. The corresponding relationship between the file and address is as shown in the table below. Then select the connected COM port and keep other configurations as default.

More operating firmware namesFirmware addressRemark
bootloader.bin0x0000boot file
partition-table.bin0x8000partition table file
main.bin0x10000function file

image-20240108114630313

3、Start flashing firmware

Click the Start button and the tool will automatically start burning firmware.

Note: If the firmware burning does not start automatically, please press and hold the boot0 key first, then press the reset button, release the boot0 key, and enter the burning mode manually.

image-20231114195532948

4、Flashing completed

After the download is completed, a blue FINISH logo will appear. At this time, power off and restart the microcontroller or press the reset button to start the program.

image-20231114195617817